From: Alan Mackenzie Date: Sat, 30 Apr 2016 17:28:24 +0000 (+0000) Subject: * .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT" X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~3094 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8e4595a;p=emacs.git * .dir-locals: Amend for correct fontification of *.[ch] containing "IF_LINT" --- diff --git a/.dir-locals.el b/.dir-locals.el index 9853d7b5d88..1aa71ff6f15 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,10 @@ ((nil . ((tab-width . 8) (sentence-end-double-space . t) (fill-column . 70))) - (c-mode . ((c-file-style . "GNU"))) + (c-mode . ((c-file-style . "GNU") + (c-noise-macro-with-parens-names . ("IF_LINT")) + (eval . (c-make-noise-macro-regexps)) + )) (objc-mode . ((c-file-style . "GNU"))) (log-edit-mode . ((log-edit-font-lock-gnu-style . t) (log-edit-setup-add-author . t)))